p{color: darkorange;}

body{background-color: aliceblue}

.texto{width: 50%;}

h3{margin: 10px 0 0 15px;
    font-size: 50px;
    font-weight:800;
    color: #111;}

ul{margin-top: 15px;}

h5{margin: 10px;
font-size: 18px;}

.subtitulo h2{font-size: 25px;
    margin-top: 20px;
padding: 0.2em;
color: white;
background:  linear-gradient(45deg,aliceblue 10%,  darkorange , red, darkorange , aliceblue 90%) ;
text-align: center;}

h4{font-size: 17px;
margin-top: 20px;
margin-left: 15px;}

h2{font-size: 23px;
color: #111;
font-weight: bold;
margin-top: 35px;}

ul li{font-size: 20px;
    margin-left: 15px;
list-style:inside;}

footer{margin-top: 40px;}

span{font-weight: bold;}

article{display: flex;}

#sintomaimg{
    margin: auto 0;
   
    padding: 25px 0;
    width: 50%;
    height: 50%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.links{margin: auto 0;}

.links a{color: #111;
}
.links a:hover{text-decoration: underline;
color: darkorange;
}


.baixo{display: flex;
justify-content: space-evenly;
margin-top: 25px;}

.sint{border: solid black 3px;
width: 80%;
margin-left: 15px;
padding: 0px 15px 15px 15px;}

article{display: flex;
    justify-content: center;
margin:40px 0 30px 0}

article h6{font-size: 18px;
margin: 0 10px;}

#cor{color: darkorange}

article h6:hover{cursor: pointer;
background-color: lightblue;
padding: 0 3px;}

article a{color: #111;}